CRONO SDK 1.0.1
Crono SDK defines

Macros

#define MAX_PATTERN_LENGTH   8192
 
#define MIN_GATE_OFF   12
 
#define MIN_GATE_ON   5
 
#define MAX_SERIAL_LENGTH   20
 
#define MAX_DATETIME_LENGTH   100
 

Detailed Description

Constant defines used by the SDK.

Macro Definition Documentation

◆ MAX_DATETIME_LENGTH

#define MAX_DATETIME_LENGTH   100

Maximum date and time string length.

◆ MAX_PATTERN_LENGTH

#define MAX_PATTERN_LENGTH   8192

Maximum pattern length in ns.

◆ MAX_SERIAL_LENGTH

#define MAX_SERIAL_LENGTH   20

Maximum serial number string length.

Examples
CRONO_SDK_Example.c.

◆ MIN_GATE_OFF

#define MIN_GATE_OFF   12

Minimum gate off period in a pattern in ns.

◆ MIN_GATE_ON

#define MIN_GATE_ON   5

Minimum gate on period in a pattern in ns.